setAutoStart

open fun setAutoStart(flag: Boolean)

Sets whether this control should start its operation automatically after #initialize(Module) initialization.

If enabled (set to true}), the control's play or operational logic should begin immediately after its initialization phase is complete. If disabled (set to false}), the control will wait for an explicit call to #start() before becoming active.

This setting has no direct effect on QRCodeView as it's not a timed or sequentially controlled playback item in the same way as video or a slideshow might be.

Parameters

flag

This parameter is ignored.